home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / qemm.80c / mft.qip / MFTBRITE.INI < prev    next >
INI File  |  1995-11-04  |  3KB  |  73 lines

  1. [colors]
  2.  
  3. Background=192 192 192                ; main window background
  4. InfoBackground=192 192 192            ; info area background
  5. TitleBackground=192 192 192            ; info title bar background
  6. TitleForeground=0 0 0                   ; info title bar text color
  7. TitleShadow=192 192 192                ; info title bar text shadow color
  8.  
  9. InfoHighlight=255 255 255            ; 3D edging in info title bar
  10. InfoLowlight=127 127 127            ; "   "     "   "
  11.  
  12. ; info area boxed data attributes
  13.  
  14. BoxLowlight=0 0 0                     ; info area boxed data highlight
  15. BoxHighlight=0 0 0                ; info area boxed data lowlight
  16. BoxBackground=255 255 255            ; info area boxed data background
  17.  
  18. WarningBackground=255 0 0            ; warning box background
  19. Data=0 0 255                    ; data foreground
  20. Column=255 0 0                   ; column header foreground
  21. Keys=0 0 0                    ; key prompts foreground
  22. Text=0 0 0                    ; label text foreground
  23. Misc=0 0 255                    ; misc foreground
  24.  
  25. EditForeground=0 0 0                ; edit file text color
  26.  
  27. ButtonForeground=0 0 0                ; button text color
  28. ButtonHotkeyForeground=0 0 255            ; button hotkey color
  29. ButtonHighlight=255 255 255            ; button highlight color
  30. ButtonLowlight=127 127 127            ; button lowlight color
  31. ButtonBackground=192 192 192            ; normal button background
  32.  
  33. ButtonSelectedForeground=255 255 255;        ; selected button text color used to be 255 255 255
  34. ButtonSelectedBackground=127 127 127        ; selected button background
  35. ButtonSelectedHighlight=0 0 0            ; selected button highlight
  36. ButtonSelectedLowlight=192 192 192        ; selected button lowlight
  37.  
  38. [fonts]
  39.  
  40. ; usage=fontname,[height | 0],[weight]
  41. ; height notes:
  42. ;   1: The font height for detail area is force to equal the system fixed font
  43. ;   2: A negative value specifies a point size, a positive value, a pixel
  44. ;      height.
  45.  
  46. ; weight values:
  47. ;     thin, extralight, ultralight, light, normal,regular,
  48. ;     medium, semibold, demibold, bold,
  49. ;     ultrabold, black, heavy, dontcare
  50.  
  51.  
  52. Title=Arial,-12,bold            ; font for info area title
  53. Column=Courier,-12,normal        ; font for info area column headings
  54. Info=Courier,-12,Normal            ; font for info area subjects
  55. Data=Courier,-12,Normal            ; font for info area data
  56. Edit=System, 12,Normal            ; font for file editing
  57. ItemButtons=Arial,-11,Bold        ; font for left button group
  58. OptionButtons=Arial,-12,Bold        ; font for top button group
  59.  
  60. ; the following are not yet implemented
  61. Hi=; font for highlighted information
  62. Keys=; font for information key messages
  63. Data=; currently forced to system fixed font
  64. Special=; font for misc, special information
  65.  
  66. [metrics]
  67.  
  68. ButtonBevelWidth=1                ; number of pixels for button 3d bevel
  69. TitleBevelWidth=1                ; number of pixels for title 3d bevel
  70. BoxBevelWidth=1                    ; number of pixels for info box 3d bevel
  71. VerticalSpacing=1                ; vertical spacing of main window components
  72. HorizontalSpacing=1                ; horizontal spacing of main window
  73.